adjust assertion in alloc_heap_pages()
authorJan Beulich <jbeulich@suse.com>
Thu, 23 Apr 2015 11:08:40 +0000 (13:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Apr 2015 11:08:40 +0000 (13:08 +0200)
commitc4b6bcf9f92970c74c6ec39ba78ed8941ce13faa
treeabf5f660e837296400efda186e5acf23c9ca474c
parentd5f863db94391b6ff52aa397b3d77d7f527daef2
adjust assertion in alloc_heap_pages()

Older gcc warns (and due to -Werror fails) on this ASSERT() now that
"node" is of unsigned type. Make it more useful at once.

Coverity-ID: 1055630

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tim Deegan <tim@xen.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/page_alloc.c